home *** CD-ROM | disk | FTP | other *** search
/ Game Cracker (Expanded Edition) / Game Cracker (Expanded Edition).iso / cracks / GCG_S3.ZIP / AUTORUN.DAT next >
Text File  |  1998-10-30  |  2KB  |  59 lines

  1. //
  2. // commandlines
  3. //
  4.  
  5. // call for game exe
  6. GAMECALL                        "S3GCG.exe"
  7. // call for the game setup exe
  8. CALLSETUP            "SetupS3.exe"
  9. // name of the manual pages
  10. MANUAL                "Manual\main.htm"
  11. // name of the news pages
  12. NEWS                "News\webpages\main.htm"
  13. // call for the htmlviewer which is used when the user has no default viewer
  14. HTMLVIEWER            "IViewp32.exe"
  15.  
  16.  
  17. // Buttonfont format: fontsize "Fontname"
  18. BUTTON_FONT            120 "Arial Bold"
  19.  
  20. // background bitmap
  21. BMP_BACKGROUND            632    455    "Install\Autorun.bmp"
  22.  
  23.  
  24. //
  25. // BUTTONS 
  26. //
  27.  
  28. // format: width height "bitmapfile"
  29. // (width and height must be same size on both bmp's)
  30. BMP_BUTTON1            172    28    "Install\button1.bmp"
  31. BMP_BUTTON2            172    28    "Install\button2.bmp"
  32.  
  33.  
  34. // BUTTONS
  35. // PosX PosY "Text"
  36. BT_START        50    30    "  Spiel starten" 
  37. BT_SETUP        50    100    "  Setup" 
  38. BT_INSTALL        50    30    "  Spiel installieren" 
  39. BT_MANUAL        50    65    "  Handbuch" 
  40. BT_NEWS1        50    100    "  News"
  41. BT_NEWS2        50    135    "  News"
  42. BT_EXIT            50    395    "  Ende" 
  43.  
  44. //
  45. // TEXTS
  46. //
  47. TEXT_MAINTITLE            "DIE SIEDLER III"
  48. INFOTEXT_ABORT            "Installation abgebrochen!" 
  49. ERRORTEXT_STARTPROGRAM        "Fehler beim Starten den folgenden Programmes:" 
  50. ERRORTEXT_GAME_NOT_FOUND    "Das Siedler3-Verzeichnis wurde nicht gefunden!"
  51. ERRORTEXT_CDROM1        "Siedler3 CD1 nicht gefunden!\nBitte legen Sie die CD1 ein und versuchen es nochmal." 
  52. ERRORTEXT_CDROM2        "Siedler3 CD2 nicht gefunden!\nBitte legen Sie die CD2 ein und versuchen es nochmal." 
  53. ERRORTEXT_WIN95REQUIRED        "Dieses Spiel benoetigt mindestens Windows95 oder NT4.0 mit Service Pack 3." 
  54. ERRORTEXT_TITLE            "Fehler" 
  55. WARNING_TITLE            "Warnung" 
  56. INFO_TITLE            "Information" 
  57. DEINSTALL_TITLE            "Deinstallieren"
  58. DEINSTALL_SAVEGAMES        "Gespeicherte Spiele loeschen?"
  59.